type github.com/go-pg/pg/v10/orm.tables

7 uses

	github.com/go-pg/pg/v10/orm (current package)
		tables.go#L56: type tables struct {
		tables.go#L63: func newTables() *tables {
		tables.go#L64: 	return &tables{
		tables.go#L69: func (t *tables) Register(strct interface{}) {
		tables.go#L77: func (t *tables) get(typ reflect.Type, allowInProgress bool) *Table {
		tables.go#L121: func (t *tables) Get(typ reflect.Type) *Table {
		tables.go#L125: func (t *tables) getByName(name types.Safe) *Table {